home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / Sample Code Notes (ProDOS) / SCN22AutoLaunch < prev    next >
Encoding:
Text File  |  1990-06-24  |  2.2 KB  |  48 lines  |  [TEXT/pdos]

  1. Apple II
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #22:    AutoLaunch
  7.  
  8. Version:    3.0                                                     June 1990
  9.  
  10. MPW Components:    Globals.c
  11.                    Start.c
  12.                    Debug.c
  13.                    Event.c
  14.                    File.c
  15.                    Menu.c
  16.                    Utils.c
  17.                    AutoLaunch.h
  18.                    AutoLaunch.r
  19.                    MakeFile
  20.  
  21. AutoLaunch is a useful application for testing Apple II applications in a two-
  22. computer development environment where one computer is used for the 
  23. development system and an Apple IIGS is used to test the completed 
  24. application.  AutoLaunch automatically launches an Apple II application when 
  25. it sees a new version of that application.  AutoLaunch is particularly useful 
  26. when the development system and the test system are both connected to an 
  27. AppleShare file server, but can also be used when the application is passed 
  28. from the development system to the test system on a disk.
  29. _____________________________________________________________________________
  30.  
  31. To use AutoLaunch, you must choose a trigger file, the application to launch, 
  32. and the time between trigger tests.  AutoLaunch checks the modification date 
  33. and time of the trigger file as often as you tell it, and when AutoLaunch sees 
  34. that the modification date and time of the trigger file has changed, it 
  35. launches the application.  The time between trigger tests can be in the range 
  36. of 0 to 9999 seconds where 0 means as often as possible.  You may not want to 
  37. set the trigger time to anything less than 1 when using a file server, because 
  38. AutoLaunch can cause a lot of network traffic.
  39.  
  40. AutoLaunch lets you save the Application Launch information so if the program 
  41. you are testing crashes, you can reboot your test system and restart 
  42. AutoLaunch without the need to choose the trigger file, application to launch, 
  43. and time between trigger tests again.
  44.  
  45. MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and MPW IIGS C v.1.0 or 
  46. later.  The name needed by the MPW Build menu's Build option can be found in 
  47. the MakeFile.
  48.